home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13004 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: solon.com!not-for-mail
  2. From: seebs@solutions.solon.com (Peter Seebach)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: How can I use huge || very small number?
  5. Date: 3 Apr 1996 16:08:45 -0600
  6. Organization: Usenet Fact Police (Undercover)
  7. Message-ID: <4justd$9pc@solutions.solon.com>
  8. References: <315681F3.314D@blue.nowcom.co.kr> <4joh0l$jch@news.acns.nwu.edu> <4jpep5$db2@penage.cs.laurentian.ca> <4judhq$1vf6@columba.udac.uu.se>
  9. NNTP-Posting-Host: solutions.solon.com
  10.  
  11. In article <4judhq$1vf6@columba.udac.uu.se>,
  12. Erik Trulsson <trulsson@student.docs.uu.se> wrote:
  13. >> I don't think 10000! will fit a long double.  So why not store it on
  14. >> an array (or a linked list) of longs?
  15.  
  16. >It won't fit into any standard data type.
  17.  
  18. Although it is not *guaranteed* to fit into any standard data type,
  19. there is no requirement that it can't.
  20.  
  21. Admittedly, an implementation with 130,000+ bit integers is unlikely
  22. at this time, but there's nothing illegal about it that I can see.
  23.  
  24. -s
  25. -- 
  26. Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
  27. C/Unix wizard -- C/Unix questions? Send mail for help.  No, really!
  28. FUCK the communications decency act.  Goddamned government.  [literally.]
  29. The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
  30.